ОБРАЗЕЦ ГРАДИЕНТА
|
|
|
|
|
|
#tester{ height: 70px; background: #fefcea; /* Для основных браузров */
background: linear-gradient(to top,
#0000ff
,
#4242ff
,
#1ebaee
,
#00ffff
,
#1ebaee
,
#4242ff
,
#0000ff
);
}